home *** CD-ROM | disk | FTP | other *** search
/ Acorn RISC PD-CD 1 / Acorn RISC PD-CD 1.iso / raytracers / _pvray / pv / scenes / alphatst < prev    next >
Encoding:
Text File  |  1991-11-03  |  775 b   |  45 lines

  1. // Persistence of Vision Raytracer
  2. // Sample file
  3. // By Anon.
  4.  
  5. #include "<PVray$Dir>.dat.shapes"
  6. #include "<PVray$Dir>.dat.colors"
  7. #include "<PVray$Dir>.dat.textures"
  8.  
  9. view_point
  10.    location <0.0  20.0  -100.0>
  11.    direction <0.0 0.0  1.0>
  12.    up  <0.0  1.0  0.0>
  13.    right <1.33333 0.0 0.0>
  14. end_view_point
  15.  
  16. object
  17.    plane <0.0 1.0 0.0> -10.0 end_plane
  18.    colour White
  19.    texture
  20.       colour White
  21.       ambient 0.2
  22.       diffuse 0.8
  23.    end_texture
  24. end_object
  25.  
  26. object
  27.    sphere <0.0  25.0  0.0>  40.0 end_sphere
  28.  
  29.    texture
  30.       colour CRed
  31.    end_texture
  32. end_object
  33.  
  34. object
  35.    sphere <0.0  0.0  0.0>  2.0 end_sphere
  36.    translate <100.0  120.0  40.0>
  37.    texture
  38.       colour White
  39.       ambient 1.0
  40.       diffuse 0.0
  41.    end_texture
  42.    light_source
  43.    colour White
  44. end_object
  45.